improvement(runners): upgrade runners, remove trigger deploy action#2082
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Greptile OverviewGreptile SummaryUpgraded GitHub Actions runners from 4vcpu to 8vcpu and removed the
Confidence Score: 3/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant GH as GitHub Actions
participant BB as Blacksmith Runner
participant ECR as AWS ECR
participant GHCR as GitHub Container Registry
participant Docs as Docs Processing
Note over GH: Push to main/staging
GH->>BB: Start test-build job
BB->>GH: Tests & build complete
par Build AMD64 Images
GH->>BB: build-amd64 (8vcpu)
BB->>ECR: Push images with tags (latest/staging)
BB->>GHCR: Push AMD64 images (main only)
and Build ARM64 Images (main only)
GH->>BB: build-ghcr-arm64 (8vcpu ARM)
BB->>GHCR: Push ARM64 images
end
GH->>BB: create-ghcr-manifests (main only)
BB->>GHCR: Create multi-arch manifests
GH->>BB: process-docs
BB->>Docs: Process documentation embeddings
Note over GH: Trigger.dev deployment removed<br/>(previously deployed here)
|
Contributor
There was a problem hiding this comment.
Additional Comments (1)
-
.github/workflows/ci.yml, line 201-207 (link)style: verify that Trigger.dev v4 has automatic deployment from docker image pushes or that there's another mechanism handling deployments - the PR description mentions "direct integration" but no new integration is visible in this diff
4 files reviewed, 1 comment
This was referenced Nov 21, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Type of Change
Testing
Tested manually
Checklist